home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / readme < prev   
Text File  |  1994-10-20  |  47KB  |  1,186 lines

  1. This directory contains some of the programs that I have downloaded from the
  2. Motorola BBS.  I thought it might be easier and cheaper if some of these
  3. were available via anon ftp.  
  4.  
  5. 68hc11.zip        68hc11 C compiler
  6. 68hc11asm.zip     68hc11 X assembler
  7. 6800.zip          X assembler for vaious 6800 series micros
  8. specs01.zip       specs in secs Power Transistor version
  9. specs02.zip       specs in secs Discrete Semiconductor Version
  10. math0511.zip      Some math routines for 68HC11 including FFT
  11. tutornew.zip      Tutor monitor mod for local 68000 systems (case insensitive)
  12.  
  13.  
  14. A complete list of the Motorola BBS (as of about July, 1990) is available
  15. in the file "freeware.txt".
  16.  
  17. Most of the files are either for the Motorola 68hc11, or the 68hc805.
  18.  
  19. If you have a program that would be useful to others, or if you download
  20. any of the other programs from the BBS, please upload them into the 
  21. dir new_uploads, and send me email.
  22.  
  23.  
  24. freeware.txt     Same as above, but easier to type....... 
  25. addcr.exe     Add CRLF to Files with LF only. 
  26. .         (Read the bulletin).. 
  27. addcr.c             "C" source code for utility to add C.R.s 
  28. addcr.bas     "QuickBasic" source for a utility to add C.R.s 
  29. May90.use     Graphs of BBS usage by day & hour. 
  30. Jun90.use     Graphs of BBS usage by day & hour. 
  31. files.busy     Listing of most popular files by download frequency. 
  32. +               HELP WITH BBS COMMUNICATIONS
  33. comtut1.txt     tutoral on communications protocols, Baud Rates, 
  34. comtut2.txt     modems, line noise, and other subjects of 
  35. comtut3.txt     interest to BBS users. 
  36. nulmod.txt     How to build a NULL-MODEM cable. 
  37. qmessage.txt     compose your mail off-line - upload to RBBS. 
  38. xmodem.txt     Description of protocol 
  39. ymodem.txt     "" 
  40. .         
  41. +               MESSAGES FROM THE PAST
  42. msg-87.txt     Archived user messages from 1987. 
  43. msg-q288.txt     Archived user messages from Q1 & Q2 1988. 
  44. msg-q388.txt     Archived user messages from Q3 1988. 
  45. msg-q488.txt     Archived user messages from Q4 1988. 
  46. msg-q389.txt     Archived user messages from Q1-q3 1989. 
  47. msg-q489.txt     Archived messages from Q4 1989. 
  48. .         
  49. +               MISC FILES
  50. bicycle.asm     Bicycle computer. Speedo/odo, Metric/English. 
  51. .         For 1468705G2, CMOS microprocessor. 
  52. .         
  53. +               OTHER
  54. fusion.txt     Paper discussing cold Fusion. 
  55. fuse_p&f.zip     More on Cold Fusion. 
  56. fusion3.zip     " " 
  57. fusion4.zip     " " 
  58. .         
  59. +       ************* MCU11.DIR Directory ************************
  60. +       * Files concerned with the design of HC11 based products.*
  61. +       **********************************************************
  62. 68hc11.txt     Erata sheet for 68HC11 
  63. an1010.arc     Programs referenced in Application note AN1010 
  64. gloadd3.arc     Software for the 68HC11D3 PGMR board. Allows 
  65. .         gang or single programming. 
  66. examples.arc     Source code for example programs in the 
  67. .         M68HC11 Reference Manual. 
  68. .         
  69. +               BUFFALO MONITOR FOR M68HC11EVB
  70. bufhist.txt     Revision History of BUFFALO Monitor. 
  71. .         i.e. Which did what to whom..& why. 
  72. buf23.s19     BUFFALO 2.3 monitor for the HC11EVB 
  73. buf25.asm     BUFFALO 2.5 Source code 
  74. buf25.s19     BUFFALO 2.5 monitor for the HC11EVB 
  75. buf32.asm     BUFFALO 3.2 Source code 
  76. buf32.s19     BUFFALO 3.2 monitor for the HC11EVB 
  77. buf25asm.arc     Archive version of BUFFALO 2.5 Source Code 
  78. buf25s19.arc     Archive version of BUFFALO 2.5 
  79. buf23s19.arc     Archive version of BUFFALO 2.3 
  80. buf32asm.arc     Archive version of BUFFALO 3.2 Source Code 
  81. buf32s19.arc     Archive version of BUFFALO 3.2 
  82. buftest3.src     Buf33.2 ORGed @ $A000 for TEST mode.. 
  83. buf34.s19     BUFFALO 3.4 monitor for the HC11EVB. 
  84. buf34.asm     BUFFALO 3.4 Source code. 
  85. buffd33.s19     BUFFALO monitor for the M68HC11D3EVB Board. 
  86. buf811.s19     BUFFALO to program '811A8 on M68HC11EVB. 
  87. .         
  88. +               BASIC INTERPETER FOR M68HC11EVB
  89. bas113.s19     Basic version 1.13 for original HC11 EVB's 
  90. bas113b.s19     Basic version 1.13 for rev B HC11 EVB's 
  91. basic11.arc     Basic11 V1.53 for the EVB board  
  92. .         (archived for the PC - no manual) 
  93. .         
  94. +               BOOT LOADER FOR MC68HC11
  95. boot.asm     Bootloader routine for MC68HC11A1 and A8 
  96. bootnsec.asm     Bootloader routine for MC68HC11A1 no sec. 
  97. boot8a2.asm     Bootloader routine for MC68HC811A2 
  98. boote9.asm     Bootloader routine for MC68HC11E9 with sec. 
  99. boote9ns.asm     Bootloader routine for MC68HC11E9 no sec. 
  100. boot7d3.asm     Bootloader for the MC68HC11D3. 
  101. .         
  102. +               MISC HC11 PROGRAMS
  103. ffthc11.asm     fast fourier transform for hc11 
  104. ffthc11.s19     fft in s19 format for EVB 
  105. fp11.asm     Floating point routines for MC68HC11 
  106. hc11fp.asm     Floating point routines for the HC11 
  107. hc11fp.doc     Documentation for Floating point routines 
  108. math11.arc     Improved floating point for 68hc11 
  109. math11a.arc     Improved FP library for 68HC11 
  110. math11b.arc     Improved FP package for 68HC11 
  111. math11c.arc     Improved F.P. Math pckg for 68HC11 
  112. .         This package is a complete single precision 
  113. .         floating point math package based on Gordon 
  114. .         Doughman's FP11 package. It features increased 
  115. .         speed, more functions, and IEEE floating 
  116. .         point format. S. Wagner 
  117. div48.arc     48 BIT DIVIDE FOR 68HC11, FAST 
  118. gmath.asm     GENERAL MATH PACKAGE FOR MC68HC11 
  119. gmath.lst     LISTING FOR GMATH.ASM 
  120. mul16b01.asm     16 bit multiply for 6801/11 
  121. mul16c11.asm     fancier 16 bit multiply for 6811 
  122. regshc11.arc     68HC11 REGISTERS WITH BIT'S DESCRIPTION 
  123. sim6841.arc     A newer version of my SIM68 Version 0.41 of 
  124. .         my 68HC11 simulator. The previous version 
  125. .         had some branch instruction errors. Enjoy and 
  126. .         let me know if you like it 
  127. .         [Uploaded by User....,Sysop] 
  128. .         
  129. +               REAL TIME EXECUTIVE for the MC68HC11
  130. rte11.arc     Source code for the Real Time Exec. 
  131. mcx11v12.arc     Version 1.2 of MCX11 (Real Time Exec). 
  132. mcx11v13.arc     Version 1.3 of MCX11 (Real Time Exec). 
  133. .         
  134. +       ********************* 332.DIR *******************************
  135. +       * Programs for the 68332 MCU.                               *
  136. +       *************************************************************
  137. period.txt     Index to Articles about Embedded Controllers. 
  138. as332.arc     FREEWARE M68332 assembler for PC & PC clones. 
  139. cc68k.arc     68K C compiler for as32 free asm 
  140. .         S-Record files of 332bug for the BCC board. 
  141. 332bugal.arc     Entire 332bug EPROM. (128Kbytes of code.) 
  142. .         Addresses $60000-->$7ffff 
  143. 332bug1.arc     Parameter Area only. $60000-->$601ff 
  144. 332bug2.arc     Main Program Only. $60200-->$6ffff 
  145. 332bug3.arc     User Program Area Only. Presently all Ones. 
  146. .         Addresses $70000-->$7ffff 
  147. 332bug.arc     Parameter + Main Program. $60000-->$6ffff 
  148. 332doc.arc     Users Manual for 332bug. (This version only.) 
  149. 332src.arc     Source code for the Parameter area files. 
  150. .         Also Source code for the Chip Select init. 
  151. .         Version 1.02 of 332bug. 
  152. 332equ.arc     Source for Equates for the M68332. 
  153. 332scall.arc     Source for System Calls (332bug). 
  154. .         
  155. 332-095.arc     EVSbug332 Version 0.95(Beta) 
  156. .         This is for Rev A of the M68332EVS boards. 
  157. .         The archive includes EVSbug332, support files, 
  158. .         and a utility to reprogram your BCCDI firmware 
  159. .         directly from a PC or clone. This Beta version 
  160. .         does NOT program the EPROM on the BCC board. 
  161. 332-101.arc     This is the second release version (V1.01) of 
  162. .         EVSbug332. 
  163. .         This version fixes a problem with the SAVE 
  164. .         (upload) command which generates multiple 
  165. .         S7 records. This version does program the 
  166. .         EPROM on the BCC board. 
  167. bccterm.arc     Utility to talk to 332bug from a PC. 
  168. .         It's a smart terminal. 
  169.  
  170. 146823.pin     Corrected pinout for 146823fn. 
  171. 146818a.pin     Corrected pinout for 146818afn. 
  172. .         
  173. +               MONITOR PROGRAMS
  174. lilbug.asm     source code. lilbug for the m6801 / m6803. 
  175. assist05.asm     monitor for the MC146805E2 
  176. hc05pgmr.arc     monitor for m68hc05pgmr board (w/source). 
  177. assist09.src     source code. assist09 monitor for the m6809. 
  178. .         
  179. +               MISC PROGRAMS
  180. macros05.arc     M6805 16-bit support macros (AN1055). 
  181. f2pat.asm     Keyless entry program for mc146805f2 
  182. g2pat.asm     monitor program for mc146805g2 
  183. hypbug.s19     146805E2 DEbugEr VEr. 4 
  184. t2l1.asm     source for the mc6805t2l1 Evaluation rOm 
  185. prgu4.asm     self programming routine for the mc68701 
  186. prog704.asm     704 programmer source (05 code) 
  187. r3kbd.asm     keyboard encoder for mc6805r3 
  188. r3slfchk.asm     self check routine for the mc6805r3 
  189. soundfx.arc     sound Effects program by mark fowle (user) 
  190. b5_boot.arc     serial boot program for the mc68hc705b5. 
  191. b6_boot.arc     serial boot prog for mc68hc805b6. 
  192. headers.arc     c compiler headers for mot. hc05 mcu's 
  193. .         these headers can be #included in c source 
  194. .         code files used with the byte craft c6805 
  195. .         compiler. they describe the peripheral 
  196. .         control and status registers for 
  197. .         mc68hc7|8]05c4|c8|p1|J1. others to follow. 
  198. .         [uploaded by fae.......,sysop] 
  199. sim05.arc     146805e2 simulator. this is a simulator for 
  200. .         the 146805e2. it will simulate the assist05 
  201. .         monitor located on the bbs. the simulator 
  202. .         includes a duart simulator so you can 
  203. .         interact with the monitor via the keyboard and 
  204. .         [uploaded by user........,sysop] 
  205. j1emulat     software/hardware hc05j1 emulator. this file 
  206. .         describes a emulation of the mc68hc05j1 
  207. .         microprocessor using the mc68hc(7)05c8. 
  208. .         some hardWare information is included With 
  209. .         softWare routines to emulate real time int. 
  210. .         and cop. 
  211. ep701.ad     68701 programmer product announcement 
  212. .         [uploaded by a user....sysop] 
  213. .         
  214. +               source code for freeWare assemblers
  215. asembler.arc     source files for cross assemblers and doc. 
  216. as0.c     --+ source code for assemblers: 
  217. table0.h     | configuration for 6800 
  218. do0.c     --+ 
  219. as1.c     --+ 
  220. table1.h     | configuration for 6801 
  221. do1.c     --+ 
  222. as4.c     --+ 
  223. table4.h     | configuration for 6804 
  224. do4.c     --+ 
  225. as5.c     --+ 
  226. table5.h     | configuration for 6805 
  227. do5.c     --+ 
  228. as9.c     --+ 
  229. table9.h     | configuration for 6809 
  230. do9.c     --+ 
  231. as11.c     --+ 
  232. table11.h     | configuration for 68hc11 
  233. do11.c     --+ 
  234. as.h     --+ 
  235. as.c     | 
  236. pseudo.c     | 
  237. eval.c     | source code common to all assemblers 
  238. symtab.c     | 
  239. util.c     | 
  240. ffwd.c     | 
  241. output.c     --+ 
  242. cluster.arc     fix to freeWare assemblers by bruce olney. 
  243. .         this patch fixes the "lost cluster" problem. 
  244. .         
  245. +               misc math related utilities
  246. b2d04.asm     binary-dec conversion for 6804 
  247. d2b04.asm     decimal-binary conversion for 6804 
  248. float09.arc     source files for 6839 floating point rom 
  249. float09.s19     object for 6839 floating point rom (mc6809) 
  250. fp01.arc     floating point (fp11) for the m68(7)01. 
  251. math16a.asm     16 bit math pkg for 6805 
  252. math16b.asm     fancier 16 bit math pkg for 6805 
  253. .         
  254. +               forth for m68hc11evb
  255. f68hc11.doc     forth language for the hc11 (new micros inc) 
  256. .         
  257. +               s-record utility
  258. comps19.exe     <--+compare two s-record files for equality. 
  259. .         | they don't have to be same length. 
  260. comps19.doc     | manual for above. 
  261. comps19.c     <--+ also the source code. 
  262. +
  263. .         
  264. +       ************** EVM.DIR Directory*************************
  265. +       * Information and updates concerning our EVM boards.    *
  266. +       *********************************************************
  267. +               EVMBUG MONITOR CODE (S-RECORDS)
  268. +               Source code is NOT available for EVMs....
  269. 01evm2-0.s19     M6801evm Monitor program ver 2.0 
  270. 11evm2-5.s19     M68HC11evm Monitor program ver 2.5 
  271. .         programs '811A8 & corrects 'E2 
  272. .         programming 
  273. evm1128.s19     Version 2.8 of EVMbug. Fixes Y-register Trace problem. 
  274. 11evmd-3.s19     Enable programming of '711D3 chips. 
  275. evm1130.s19     EVMbug11 Version 3.00 
  276. .         
  277. c9bug21.s19     M68HC05C9evm Monitor program Ver 2.1. 
  278. c9bug22.s19     M68HC05C9evm Monitor program Ver 2.2. 
  279. c4bug1-2.s19     M68HC05C4evm Monitor program ver 1.2 
  280. g2bug1-2.s19     M146805evm Monitor program ver 1.2 
  281. c4bug1-3.s19     M68HC05C4evm Monitor program ver 1.3 
  282. .         This version requires hardware modifications 
  283. .         to the evm. For info call (512) 440-evmS. 
  284. 05bug1-2.s19     M68705evm Monitor program ver 1.2 
  285. evm_bk.s19     Use the evm to program the 68HC805BK **ONLY** 
  286. .         
  287. prog704.asm     Source code (placed in 68705p3) to program 
  288. .         a 68704p2 using Motorola PCBoard. 
  289. .         
  290. +       ********************PGMR Directory*************************
  291. +       * This directory contains files related to the M68HC05PGMR*
  292. +       * promo board. Delivery begins in April 1989.             *
  293. +       ***********************************************************
  294. prog7.com     PC program to operate the HC05PGMR board. 
  295. .         [This was incorrectly called "prog705.COM" 
  296. .         in some of our manuals.] 
  297. prog7a.arc     This version is buggy & has been *REMOVED*. 
  298. .         Don't try to DownLoad it! 
  299. prog7b.arc     This is the third version of prog7.COM. There 
  300. .         are many changes & additions. 
  301. prog705.mac     macintosh Software for M68HC05PGMR. This soft- 
  302. .         ware allows the M68HC705PGMR board to be used 
  303. .         with the Apple.macintosh. Functions include: 
  304. .         Program, Blank Check, Verify, Dump EPROM 
  305. .         Contents, Download Program to RAM, and Check 
  306. .         RS232 Connection. 
  307. .         
  308. samprogs.arc     Sample programs for the MC68HC705C8. 
  309. gdump.com     Dump a file in ASCII. 
  310. gshex.arc     GSHEX Ver 1.1B Convert S1 to HEX. This allows 
  311. .         you to convert from Motorola S1 records to Hex 
  312. .         or from Hex toMotorola S1 records. This 
  313. .         determines the fileformat by reading the file 
  314. .         rather then the file name or extension. 
  315. hexgs.arc     Updated version of GSHEX.COM Bug that 
  316. .         caused a S1 record to be written when 
  317. .         encountering the end record in a HEX file has 
  318. .         been corrected. Most software packages would 
  319. .         not have given any trouble with that bug. 
  320. driver.txt     'Driver' Program for prog705. This file 
  321. .         contains the docs. & source code for the low 
  322. .         level driver program used in the.mac & PC 
  323. .         version of prog705. This is provided for 
  324. .         those who want to create 'High Level' 
  325. .         Software for additional hosts. 
  326. .         
  327. dc-dc.txt     Where to buy the Dc/Dc converter (VR1). 
  328. problems.txt     Several problems you may encounter while 
  329. .         programming a MC68HC705B8 with the PGMR brd. 
  330. errata.txt     Errors in the User's Manual. 
  331. +       ******************************************
  332. +       * Programs for the 68000 family of MPUs. *
  333. +       ******************************************
  334. as68k.arc     Source code (in "C") for the Unix version of 
  335. .         the FREEWARE M68020/M68881/M68851 assembler. 
  336. a68k.com     Uploaded by user; 
  337. a68k.doc     Quality unknown. 
  338. a68k.obj     Sysop. 
  339. .         
  340. a68k.ark     68000 cross assembler for the CP/M-80 environment. 
  341. a68.ark     6800/02/08 cross assembler for CP/M-80. 
  342. .         Both files uploaded by User. [Sysop] 
  343. .         
  344. pd68kcc.arc     MS-DOS "C" INPUT ".S" 68K OUTPUT. 
  345. tbi68k.lbr     68000 TINY BASIC 
  346. .         
  347. x68000.arc     DDJ PD MS-DOS 68K xasm w/ source 
  348. .         
  349. 68000src.arc     Long division and BinDec for 68000 Src. 
  350. xlate09.arc     Translate 6809 code into 68000 code. 
  351. make2rom.bas     Split S2 file to 2 bin files for 68000 
  352. .         
  353. ctest020.arc     Confidence test for MC68020 (Source code). 
  354. tutorbug.arc     Source code for TUTORBUG monitor for ECB. 
  355. fbug68k.arc     Source code for a 68K family (generic) 
  356. .         Debugger (Unsupported). Written in "C". 
  357. fbug88k.arc     Source code for a 88K family (generic) 
  358. .         Debugger (Unsupported). Written in "C". 
  359. vubug.arc     PD 68K simple monitor from Vanderbilt U. 
  360. .         Requires cross-host which can create 
  361. .         S-records. Source code NOT.compatible 
  362. .         with Motorola standard source, but could 
  363. .         probably be converted with nothing more 
  364. .         than a word processor. (tomj) 
  365. 68343ffp.arc     Source code for the M68343 Fast Floating 
  366. .         Point routines. (Unsupported!) 
  367. macro881.arc     Source code for M68881 macros. This assumes 
  368. .         that the M68881 is a peripheral to the 
  369. .         68000, 68010, 68332, (a CPU without the 
  370. .         co-proc interface)....Tom Johnson 
  371. .         
  372. macro881.zip     Peripheral driver macro routines for using the 
  373. .         MC68881 as a peripheral to the MC68000/010 
  374. .         Created with PKZIP version 1.02 
  375. .         Uploaded by Bob Beims on 5/2/90 
  376. .          
  377. z80cnv     CNVZ80 -CONVERTS Z80 CODE TO 68K 
  378. .         THIS IS ONE OF FOUR FILES THAT ARE NEEDED 
  379. .         THE OTHERS ARE Z80CNVB, Z80.doc, AND Z80FNT 
  380. z80cnvb     PART 2 OF Z80 TO 68K TRANSLATOR 
  381. z80doc     DOCUMENTATION FOR Z80 CONVERTER 
  382. z80fnt     LAST PART OF THE Z80 TO 68K CODE CVTR 
  383. +       **************MAC.DIR Directory*****************************
  384. +       * Programs for the MAC as used to develop MCU applications.*
  385. +       ************************************************************
  386. +               FREEWARE ASSEMBLERS
  387. xcc11mac.bin     C cross compiler for the MC68HC11 
  388. xcc11run.asm     runtime environment for C cross compiler 
  389. xcc11hlp.txt     Documentation for C cross compiler 
  390. hc11dev.mac     Development environment for MC68HC11 
  391. hc11dev.hlp     documentation for the above 
  392. macasm.doc     documentation for the cross assemblers 
  393. .         
  394. mac00     Cross assembler for the MC6800 
  395. mac01     Cross assembler for the MC6801 
  396. mac04     Cross assembler for the MC6804 
  397. mac05     Cross assembler for the MC6805 
  398. mac09     Cross assembler for the MC6809 
  399. mac11     Cross assembler for the MC68HC11 
  400. as332.sit     AS332 Freeeware assembler for  
  401. .         the MAC (in Stuffit format). 
  402. macasm.pit     All of the Xasm's in PACKIT form 
  403. .         
  404. +               TERMINAL EMULATOR
  405. freeterm     Public Domain terminal emulator 
  406. freeterm.20     freeterm version 2.0 Many new features. 
  407. freeterm.doc     docs for freeterm 2.0 in.macWrite Fmt. 
  408. freeterm.sit     freeterm 3.0b3.mac File trasnfer Program 
  409. .         freeterm 3.0b3 works on.mac II's with 
  410. .         color monitors. Also does background file 
  411. .         transfers under Multifinder. 
  412. .         
  413. +               MISC UTILITIES
  414. basic11.sit     Basic11 V1.53 for the MAC (including Manual  
  415. .         in WriteNow Format). 
  416. packit     Packing and unpacking program for.mac's 
  417. packit.doc     documentation for packit 
  418. binhex4     Utility to change files to Applications 
  419. stufit.bin     File Compression/Archive Utility For.mac 
  420. stuffit.doc     docs for stuffIt.Bin in.macWrite Format 
  421. arcmac.sit     Unpack MS-DOS *.ARC files on your mac... 
  422. macasm.doc     documentation for the cross assemblers 
  423. +       **************** IBM.DIR **********************************
  424. +       * Program for the PC as used to develop MCU applications. *
  425. +       ***********************************************************
  426. +               FREEWARE ASSEMBLERS   Executable on PC (clone)
  427. as0.exe     Cross assembler for the MC6800 
  428. as1.exe     Cross assembler for the MC6801 
  429. as4.exe     Cross assembler for the MC6804 
  430. as5.exe     Cross assembler for the MC6805 
  431. as9.exe     Cross assembler for the MC6809 
  432. as11.exe     Cross assembler for the MC68HC11 
  433. asembler.doc     documentation for assemblers 
  434. asref.man     Better Users.manual for AS(n) assemblers 
  435. asref.arc     Updated version of Kevin's asm.man. 
  436. .         Because of problems with a NEC printer, 
  437. .         I had to add form feeds to allow 63 line 
  438. .         pages. I also did some formating as well. 
  439. .         Gil Shultz 
  440. allasm.arc     All of the assemblers as0.exe-->as11.exe 
  441. .         
  442. source.arc     <-+ The freeware assemblers as revised & 
  443. assemble.arc     | improved by Terry Rogers. 
  444. release.doc     | 
  445. extras.arc     <-+ Thanks Terry.... 
  446. .         
  447. +            FREEWARE ASSEMBLERS 
  448. +            Updated by Bruce Olney
  449. asrefnew.man     Updated verbose manual reflecting changes made 
  450. .         to the Freeware Assembers. Updates made by 
  451. .         Bruce Olney. 
  452. .          
  453. as0new.exe     New version of FREEWARE assembler for 6800 with 
  454. .         clusterfix and enhancements by Bruce Olney. 
  455. .         See file asembnew.doc for more information. 
  456. .          
  457. as1_new.exe     New version of FREEWARE assembler with cluster  
  458. .         fix and enhancements by Bruce Olney 
  459. .          
  460. as5_new.exe     New version of FREEWARE assembler with enhancement 
  461. .         s and cluster fix by Bruce Olney. 
  462. .         See file asembnew.doc for more information. 
  463. .          
  464. as11new.exe     New version of FREEWARE assembler for M68HC11 
  465. .         with clusterfix and enhancements by Bruce Olney. 
  466. .         See file asembnew.doc for more info. 
  467. .          
  468. as9_new.exe     New version of FREEWARE assembler for M6801. 
  469. .         Includes clusterfix and enhancemnts by Bruce  
  470. .         Olney. See file asembnew.doc for more infor. 
  471. .          
  472. as4_new.exe     New version of FREEWARE assembler for M680. 
  473. .         Included clusterfix and enhcements by Bruce  
  474. .         Olney. See file asembnew.doc for more info. 
  475. +
  476. fasrc1p2.arc     Freeware Assemblers "Ver. 1.2" source code in C 
  477. .         for 6800, 01, 04, 05, 09, & 11 
  478. faspc1p2.arc     Freeware Assemblers "Ver. 1.2" executable for IBM 
  479. .         PC and compatibles 
  480. +
  481. +               OTHER ASSEMBLERS (Third Party)
  482. p&eflyer     P&E Editor, Assembler, Simulator description. 
  483. diasm11.arc     Excellent Assembler, Editor,Comm Window 
  484. .         in integrated system. Edit, Assemble, & 
  485. .         debug without leaving the window program. 
  486. .         
  487. +               CONVERT UTILITY
  488. convert.doc     documentation for CONVERT.EXE 
  489. convert.exe     Utility to convert S19 files to Binary 
  490. convert.pas     Source for CONVERT.EXE in IBM PASCAL 2.0 
  491. .         
  492. +               KERMIT TERMINAL EMULATOR
  493. kermit.doc     documentation for kermit 
  494. kermit.exe     kermit transfer program for the PC 
  495. kermit.arc     archived version of above 2 files. 
  496. .         
  497. +               PROCOMM TERMINAL EMULATOR
  498. procomm.arc     Shareware terminal Emulator. (Ver 3.2) 
  499. prcm242.arc     Version 2.4.2 of procomm. 
  500. prcm24.doc     User's.manual for procomm V2.4.x 
  501. autobbs.arc     Download files while you sleep. Use procomm 
  502. .         command files to download at 3:00AM. 
  503. .         
  504. +               SMALLC COMPILER FOR HC11
  505. oldsmc11.arc     Unpatched Smallc complier w/ support routines. 
  506. .         (Compiled under MIX-C) 
  507. smallc.arc     Source code for smallc-11 compiler. 
  508. smallc11.arc     Fixes to smallc compiler by Hellmuth Michaelis. 
  509. .         (Compiled under TURBO-C). 
  510. smcobj.arc     Minor updates to OLDSMC11. Major OPT11 changes. 
  511. smcsourc.arc     Source code for above. 
  512. optsourc.arc     Many changes to optimizer source. 
  513. .         
  514. +               ASSORTED UTILITIES
  515. spec1.arc     Motorola's "SPECS IN SECS" disk for  
  516. .         discrete & IC data bases. 
  517. wipe.arc     Utility to program 'HC11 EEPROM from PC 
  518. stobin.arc     S record to binary converter (MSDOS) 
  519. offset.arc     PROGRAM FOR CHANGING S1-S9 ADDRESS 
  520. pkbugfix.arc     pkx35a35 has a well defined BUG! 
  521. r3sim.arc     68705R3 simulator for IBM-PC in C. 68705R3 
  522. .         simulation program. Includes.executable 
  523. .         for IBM-PC, all source code and makefile, 
  524. .         doc file, more. Loads motorola hex and 
  525. .         simulates all instructions, timer, interrupts, 
  526. .         etc. 
  527. sim68101.arc     New version of my SIM68 68HC11 simulator 
  528. .         Release 1.01 of SIM68 which include.many 
  529. .         new features and bug fixes. 
  530. .         This version runs and displays 68HC11 
  531. .         'source' code instead of disassembled code. 
  532. .         Uploaded by Perry Fisch.....Sysop 
  533. sim68102.arc     New version of my HC11 simulator 4 PCs 
  534. .         This an enhanced and de-bugged version 
  535. .         of SIM68 for MS-DOC PCs 
  536. .         Uploaded by Perry Fisch.....Sysop 
  537. il.arc     Invisible Link. Call FREEWARE & transfer 
  538. .         Files in the BACKGOUND while you work 
  539. .         in the FOREGROUND. Frees up your PC. 
  540. loadall.arc     Programs various MC68HC11 MCUs directly 
  541. .         from a PC (or Clone) using the internal Boot 
  542. .         loader (on chip). 
  543. .          
  544. burn05.exe     A FAST!!! command line utility to burn code into 
  545. .         a MC68HC705C8 or a MC68HC805C4 on a M68HC05PGMR 
  546. .         board via RS-232. This works extremely well and 
  547. .         is very convenient to use. 
  548. .          
  549. s2bin.exe     A FAST!!! utility to convert S-Record files to 
  550. .         binary files. 
  551. .          
  552. hex2bin.exe     A FAST!!! utility to convert Intel Hex formatted 
  553. .         files to either binary or S-Record files. 
  554. .          
  555. +        Archiver / Dearchivers
  556. +        (Check your local BBSs also!)
  557. arc.exe     Version 5.10 of arc/dearc utility. 
  558. arc520.exe     Version 5.20 of the same. 
  559. pkx35a35.exe     A new/faster.archive utility 
  560. .         Contains PKXARC.COM & PKARC.COM for extracting 
  561. .         and creating Archives. 
  562. pk361.exe     Still another flavor (Self-extracting). 
  563. pkz092.exe     One more time.... 
  564. pkz101.exe     Latest.arc/DeARC utility. Self-extracting. 
  565. pkz102.exe     One more time for the de/archiver. 
  566. am43.exe     ArcMaster. Self-extracting archiver for various 
  567. .         formats (.ARC .PAK .ZIP,,,,etc.) 
  568. .         
  569. +       ******************* AMIGA.DIR Directory **********************
  570. +       * Programs for the AMIGA as used to develop MCU applications.*
  571. +       **************************************************************
  572. amiga1     M6801 assembler for amiga. 
  573. amiga4     M6804 assembler for amiga. 
  574. amiga5     M6805 assembler for amiga. 
  575. amiga9     M6809 assembler for amiga. 
  576. amiga11     M6811 assembler for amiga. 
  577. readme.txt     Notes from the author. 
  578. ami_asms.arc     Archive of all Assemblers 
  579. asm.doc     Users manual for the assemblers. 
  580. asemamig.arc     <-+ The FREEWARE assemblers as upgaded 
  581. relsamig.doc     | by Terry Rogers. 
  582. as11amig.arc     | 
  583. as5amig.arc     <-+ 
  584. +       ****************** DEVELOP.DIR Directory *******************
  585. +       **   Programs for Motorola Development Systems products.  **
  586. +       ************************************************************
  587. versions.doc     1.20 Current Software Versions 
  588. document.doc     1.7 Current Documentation Versions 
  589. news300.doc     1.20 Current News Information 
  590. service.doc     1.1 Service Information for DevSys Products 
  591. .         
  592. 030.doc     1.1 HDS-300/68030 Misc. Useful Information 
  593. 05c4bil.doc     1.1 HDS-200/300 05C4 Pod: Interrupts & BIL 
  594. bootload.doc     1.3 HDS-300/68HC11 bootload Info File: latest 
  595. .         .DAT files for device programming, 
  596. .         incl. 811E2, 811A8, E1, and E9. 
  597. downld.doc     1.2 Downloading S-Records Hints (RCV cmd) 
  598. downldpc.doc     1.4 Download S-Recs w/IBM-PC, Kermit/ProComm 
  599. macro.doc     1.1 HDS-300 macro Operation Hints 
  600. partnbr.doc     1.5 Software/Firmware Part Numbering Key 
  601. powerup.doc     1.1 Starting Emulation at Target Power Up 
  602. slowclk.doc     1.2 Using the HDS-300 at Slow Clock Speeds 
  603. spalimit.doc     1.1 HDS-300/68020 SPA Limitations @ >= 20 MHz 
  604. .         
  605. hdsinfo.doc     1.4 Description for HDS*.EXE commands. 
  606. hdsdel.exe     1.0 --+ 
  607. hdsdir.exe     1.0 | These programs read/write HDS-300 
  608. hdsread.exe     1.0 | disks (CP/M-68K) on an IBM-PC/AT. 
  609. hdswrite.exe     1.0 | 
  610. hdstype.exe     1.0 --+ 
  611. .         
  612. stomem.doc     1.2 Description for stomem.EXE command. 
  613. stomem.exe     1.0 --- Program to convert S-rec object file 
  614. .         to HDS-300 memory image file (.MEM) 
  615. .         on IBM-PC/AT (bypass S-rec download). 
  616. .         
  617. coff2mac.doc     1.1 Description for coff2mac.EXE command. 
  618. coff2mac.exe     1.0 --- Program to create HDS-300 compatible 
  619. .         macro file on IBM-PC for Symbolic 
  620. .         Debug support. Uses coff object file 
  621. .         created by PASM/Pld for MS-DOS. 
  622. symcoff.arc     Extract Symbols from PLD COFF File 
  623. .         The above archive file contains all the 
  624. .         source files for the SYMCOFF.EXE util- 
  625. .         ity found on the M68HC05 CDS8 Jewelbox. 
  626. .         
  627. ad2mac.arc     n/a Archive of all ad*.* files, incl. source. 
  628. ad05.bat     n/a Batch file to asm/link 6805 file w/symbols 
  629. ad11.bat     n/a Batch file to asm/link hc11 file w/symbols 
  630. ad2mac.doc     n/a Description for ad2mac.EXE command. 
  631. ad2mac.exe     1.0 --- Program to create CDS or HDS-300 
  632. .         compatible macro file on IBM-PC for 
  633. .         Symbolic Debug support. Scans listing 
  634. .         file created by 2500ad assembler. 
  635. .         
  636. ubuilds.doc     1.1 Description for ubuilds.exe command. 
  637. ubuilds.exe     1.03 --- Program to create S-records on IBM-PC 
  638. .         from coff files created by PASM/Pld 
  639. .         for MS-DOS (fixes missing CR bug). 
  640. .         
  641. setreg.doc     1.1 Description for setreg.EXE command. 
  642. setreg.exe     --- Program to re-enable communications 
  643. .         for IBM-PC/AT PC/68000 to HDS-300 
  644. .         
  645. 020.bug     1.13 HDS-300/68020.bugs 
  646. 020diag.bug     1.3 HDS-300/68020 Diagnostic Disk.bugs 
  647. 030.bug     1.8 HDS-300/68030.bugs 
  648. 030pod.bug     1.3 HDS-300 MC68030 Pod.bugs 
  649. 05c4.bug     1.5 HDS-300/68HC05C4.bugs 
  650. 05c4pod.bug     1.2 HDS-200/300 05C4 Pod: Spec violation 
  651. 6809.bug     1.3 HDS-300/6809/09E.bugs 
  652. 68k.bug     1.7 HDS-300/68000/008/010.bugs 
  653. cc2a.bug     1.2 M68020 C Compiler/Asm/Linker.bugs 
  654. cc300.bug     1.1 M68332 C Compiler/Asm/Linker.bugs 
  655. dos.bug     1.6 HDS-300 Operating System.bugs 
  656. hc11.bug     1.9 HDS-300/68HC11.bugs 
  657. pasm.bug     1.4 Portable Assembler (PASM).bugs 
  658. pld.bug     1.4 Portable Linker (Pld).bugs 
  659. spa.bug     1.3 HDS-300 System Performance Analyzer.bugs 
  660. .         
  661. libsrc11.arc     n/a M68HC11 Cross C Compiler Library Source 
  662. .         The above.archive file contains all the 
  663. .         library source files for the HC11 Cross 
  664. .         C Compiler (MS-DOS and System V). 
  665. sack.sa     1.1 S-Record Acknowledge Program (Pascal) 
  666. getchar.sa     1.2 Get Single Char from a Pascal Text File 
  667. srecack.sa     1.2 S-Record Acknowledge Program (Assembly) 
  668. m11reg.sa     2.3 MC68HC11 Internal Registers Equate File 
  669. .         The above header file contains EQUates 
  670. .         for all the internally addressable 
  671. .         registers and bits for the MC68HC11 
  672. .         (saves a lot of typing!) 
  673. .         
  674. reloc.mac     1.6 Macros for Debugging Relocatable Code 
  675. debug.mac     1.1 Macros for Debugging, incl. Symbolic Debug 
  676. .         The above macro files contain many use- 
  677. .         ful macros, incl. trace w/disassembly, 
  678. .         go until address, disassemble from PC, 
  679. .         etc. 
  680. spa021.mac     -- (see 020DIAG.BUG file for description) 
  681. struct.mac     1.1 Macro for Displaying ASM Structures 
  682. .         
  683. bootrom.doc     1.2 HDS-300 Controller boot ROM 3.00 Update 
  684. 51-w4978.b09     -- S-RECORD object file for above 
  685. .         
  686. 020debug.doc     1.3 HDS-300/68020 Debug ROM A0005 Update 
  687. 51-w5142.b19     -- S-RECORD obj file 1 of 2 for above 
  688. 51-w5142.b20     -- S-RECORD obj file 2 of 2 for above 
  689. .         
  690. 008debug.doc     1.1 HDS-300/68008 Debug ROM Update 
  691. 51-w1686.x51     -- S-RECORD obj file 1 of 2 for above 
  692. 51-w1686.x52     -- S-RECORD obj file 2 of 2 for above 
  693. .         
  694. prhds300.arc     n/a ProComm Init. Files for HDS-300 Usage 
  695. khds300.arc     n/a Kermit-MS Init. Files for HDS-300 Usage 
  696. .         -- (see downldpc.doc file for description) 
  697. .         
  698. m68000um.doc     1.2 New "M68000 User's Manual" available 
  699. .         
  700. devsys.arc     Contains Linker (LD.EXE) for M68332 Assembler / 
  701. .         Compilers and Library (LIBC.A) for M68332 "C" Compiler. 
  702. libc.a     Archive or Library for the M68332 C-compiler. 
  703. .         (CC32 from Motorola.) 
  704. ar.exe     Archiver for M68332 Development System. 
  705. +
  706. alex.a     Hi, Alex. Here's the archive promised you.... 
  707. .         (All others ignore this file....) 
  708. .         
  709. +       ******************* MARKET.DIR Directory ********************
  710. +       * Marketing info concerning MCU products.                   *
  711. +       *************************************************************
  712. rominfo     Information about Masked ROM MCU's 
  713. distrib     Motorola Distributor Directory by State 
  714. salesoff     Motorola sales offices by state 
  715. pnguide     MCU selector guide by part number 
  716. mculate     MCU News Released to the Press 
  717. emulat:r     Development support systems and prices 
  718. latelit     New MCU Literature from Motorola 
  719. leadtime     Custom MCU Delivery Lead Times 
  720. secsourc     Alternate Sources for Motorola MCU's 
  721. erratas     Mask Set Erratas 
  722. phaseout     Devices/Packages being Phased Out 
  723. evmlit     ECB/EVB/EVM Product Literature 
  724. promos     Motorola MCU contests, promos and seminars 
  725. .         
  726. +       *************** USRGROUP.DIR Directory *******************
  727. +       * Programs from the 6800 user's group library.           *
  728. +       **********************************************************
  729. ug-index     Index of Users Group Library programs 
  730. ug-index.arc     Archive version of index 
  731. ug-a.arc     Archive of programs from #001 to #099 
  732. ug-b.arc     Archive of programs from #100 to #167 
  733. ug001     
  734. ug002     
  735. ug003     
  736. ug004     
  737. ug005     
  738. ug006     
  739. ug007     
  740. ug008     
  741. ug009     
  742. ug010     
  743. ug011     
  744. ug012     
  745. ug013     
  746. ug014     
  747. ug015     
  748. ug016     
  749. ug017     
  750. ug018     
  751. ug019     
  752. ug020     
  753. ug021     
  754. ug022     
  755. ug023     
  756. ug024     
  757. ug025     
  758. ug026     
  759. ug027     
  760. ug028     
  761. ug029     
  762. ug030     
  763. ug031     
  764. ug032     
  765. ug033     
  766. ug034     
  767. ug035     
  768. ug036     
  769. ug037     
  770. ug038     
  771. ug039     
  772. ug040     
  773. ug041     
  774. ug042     
  775. ug043     
  776. ug044     
  777. ug045     
  778. ug046     
  779. ug047     
  780. ug048     
  781. ug049     
  782. ug050     
  783. ug051     
  784. ug052     
  785. ug053     
  786. ug054     
  787. ug055     
  788. ug056     
  789. ug057     
  790. ug058     
  791. ug059     
  792. ug060     
  793. ug061     
  794. ug062     
  795. ug063     
  796. ug064     
  797. ug065     
  798. ug066     
  799. ug067     
  800. ug068     
  801. ug069     
  802. ug070     
  803. ug071     
  804. ug072     
  805. ug073     
  806. ug074     
  807. ug075     
  808. ug076     
  809. ug077     
  810. ug078     
  811. ug079     
  812. ug080a     
  813. ug080b     
  814. ug081a     
  815. ug081b     
  816. ug081c     
  817. ug081d     
  818. ug082a     
  819. ug082b     
  820. ug082c     
  821. ug083a     
  822. ug084     
  823. ug085     
  824. ug086     
  825. ug087     
  826. ug088     
  827. ug089     
  828. ug090     
  829. ug091     
  830. ug092     
  831. ug093     
  832. ug094     
  833. ug095     
  834. ug096     
  835. ug097     
  836. ug098     
  837. ug099     
  838. ug100     
  839. ug101     
  840. ug102     
  841. ug103     
  842. ug104     
  843. ug105     
  844. ug106     
  845. ug107a     
  846. ug108     
  847. ug109     
  848. ug110     
  849. ug111     
  850. ug112     
  851. ug113     
  852. ug114     
  853. ug115     
  854. ug116     
  855. ug117     
  856. ug118     
  857. ug119     
  858. ug120     
  859. ug121     
  860. ug122     
  861. ug123     
  862. ug124     
  863. ug125     
  864. ug126     
  865. ug127     
  866. ug128     
  867. ug129     
  868. ug130     
  869. ug131     
  870. ug132     
  871. ug133     
  872. ug134     
  873. ug135     
  874. ug136     
  875. ug137     
  876. ug138     
  877. ug139     
  878. ug140     
  879. ug141     
  880. ug142     
  881. ug143     
  882. ug144     
  883. ug145     
  884. ug146     
  885. ug147     
  886. ug148     
  887. ug149     
  888. ug150     
  889. ug151     
  890. ug152     
  891. ug153     
  892. ug154     
  893. ug155     
  894. ug156     
  895. ug157     
  896. ug158     
  897. ug159     
  898. ug160     
  899. ug161     
  900. ug162     
  901. ug163     
  902. ug164     
  903. ug165     
  904. ug166     
  905. ug167     
  906. +       ****************** QA.DIR **********************************
  907. +       * Commonly asked questions & answers about MCU products.   *
  908. +       ************************************************************
  909. 6804evm.001     Questions about the M68HC04evm board 
  910. 6804evm.002     Problems with Register Modify (series 2000). 
  911. 6818.001     Questions about the MC146818(a) RTC 
  912. 68hc11.001     Questions about the MC68hc11 MCU 
  913. 68hc11.002     '' 
  914. 68(7)01.001     Questions about the MC6801 & MC68701 
  915. 68701evm.001     Questions about the M68701evm board 
  916. 68705evm.001     Trace problems with '705evm board. 
  917. 68(7)04.001     Questions about the HMOS 6804 MCUs 
  918. 68hc99.001     Questions about the Hard Disk Controller 
  919. spi.001     Questions about the spi subsystem. 
  920. download.001     A procedure to download from PC to evm(B). 
  921. download.002     Using PROCOMM to download from PC to evm. 
  922.  
  923. Directory EVM
  924.  
  925. 01EVM2-0 ZIP      7058 01-14-92   3:14a * M68701EVM EPROMs version 2.0
  926. 05BUG1-2 ZIP      4987 01-14-92   3:14a * M68705EVM EPROMs version 1.2
  927. 705C9    ZIP      8410 01-14-92   3:12a * M68HC05EVM EPROMs for 68HC705C9
  928. ADM1HC05 ZIP      1488 01-14-92   3:15a * HC05 Manual addendum
  929. C9BUG22  ZIP      7194 01-14-92   3:14a * M68HC05EVM EPROMs version 2.2
  930. EVM1130  ZIP      8705 01-14-92   3:15a * 68HC11EVM EPROMs version 3.0
  931. EVS11A14 ZIP     10199 01-14-92   3:13a * M68HC11EVS EPROMs version 1.4
  932. EVS5V1-1 ZIP      7884 01-14-92   3:11a * M68HC05EVS EPROMs version 1.1
  933. EVSBUG5  ZIP      6852 12-03-90   6:54p
  934. F1EVM16  ZIP      9118 01-14-92   3:13a * M68HC11F1EVM EPROMs version 1.6
  935. G2BUG1-2 ZIP      6965 01-14-92   3:15a * M146805G2EVM EPROMs version 1.2
  936.  
  937. Directory GENERAL
  938.  
  939. AN1043   ZIP     17818 07-22-90   7:32p * MOSFET SPICE Parameters; app note 1043
  940. FILELIST TXT       573 01-14-92   3:59a
  941. FREEWARE ARC     39536 01-10-92   2:44p
  942. RF_DSK   ARC    193664 08-01-90   4:24a * RF device scattering parameters
  943. TEXTHELP ZIP     23045 08-02-90   4:34a
  944.  
  945. Directory M68K
  946.  
  947. 68343FFP ARC    124032 08-01-90   5:20p * 68000 fast floating point (software)
  948. CC68K    ARC    129696 08-01-90   2:19a * small C for the 68000
  949. FBUG68K  ARC    185729 07-10-90   2:06p * 68k machine lang. debugger in 'C'
  950. MACRO881 ZIP      9984 08-01-90   4:58p * asm macros to access 68881/82 FPU
  951. TUTOR    ARC    107264 08-01-90   1:50a * source code to TUTOR debugger
  952. VUBUG    ARC     44032 04-05-90   5:05p * Vanderbilt University debugger
  953. XLATE09  ARC     62848 08-01-90   4:23p * translate 6809 ASM to 68k
  954.  
  955. Directory of MARKET
  956.  
  957. DISTY    ZIP       649 03-03-92   5:57p * authorized Motorola distributors
  958. EVMLIT   ZIP       670 01-14-92   3:28a * EVM Literature available
  959. SALESOFF ZIP      2468 01-14-92   3:29a * list of Motorola sales offices
  960.  
  961. Directory QA
  962.  
  963. MCU_Q-A  ZIP     15911 08-01-90   2:33a * Q&A on Motorola Microcontrollers
  964.  
  965.  
  966. Directory of MCU11      
  967.  
  968. 11ERRATA ZIP      3057 01-14-92   2:58a * text file: errata on Motorola 68HC11
  969. AN1010   ARC      8448 08-01-90   3:38a * AN1010: load HC11 EEPROM via PC RS232
  970. AN1060   ZIP      4972 02-02-91  12:53p * App note 1060: More on HC11 bootloader
  971. BAS11    ARC     49152 09-23-90   7:09p * Basic interpreter for 68HC11
  972. BASIC11  ARC     29056 10-10-90   8:06p * Documentation for above
  973. BUF34ASM ZIP     38177 01-14-92   3:02a * BUFFALO debug monitor source Ver 3.4
  974. BUFD3_4  ZIP     38612 01-14-92   3:02a * BUFFALO for 68HC11D3
  975. BUFK42   ZIP     48340 01-14-92   3:03a * BUFFALO for 68HC11K4
  976. DIV48    ARC      6144 04-05-90   8:06a * long division routines for 68HC11
  977. EVB_AN   ARC      5520 08-01-90   3:41a * Program HC11 EEPROM on M68HC11EVB
  978. EXAMPLES ARC     22666 04-05-90  12:57p * some example code for 68HC11
  979. FFTHC11  ARC      5310 08-01-90   3:42a * Fast Fourier Transform on 68HC11
  980. FUZZY11A ARC     16829 12-03-91   3:46p * 68HC11 Fuzzy Logic inference engine
  981. GLOADD3B ARC     81024 09-23-91   9:09p * program 68HC711D3 from PC RS-232
  982. GLOADE9A ARC     84096 09-23-91   9:02p * program 68HC711E9 from PC RS-232
  983. HC11BOOT ZIP     41136 01-14-92   3:01a * source code for all 68HC11's boot ROM
  984. HC11FP11 ZIP     15945 01-14-92   3:03a * 68HC11 Floating point math package
  985. HC11HELP ARC     14670 11-22-89   6:22p * various help info on 68HC11
  986. HC11OSC  ZIP      3618 08-01-90   2:32a * hardware info: 68HC11 oscillator cct.
  987. HC11RM   ZIP     63007 06-23-90   4:09p * 68HC11 Ref manual: timer examples
  988. M11REG   ZIP      5278 08-02-90   4:04a * ASM equates for 68HC11 I/O registers
  989. MCX11V15 ARC     94638 02-01-91   6:39p * 68HC11 real-time multitasker Ver 1.5
  990. MTR-CTL  ZIP     16402 01-14-92   2:59a * 68HC11 Motor control example
  991. PCBUGB   ARC    160896 10-03-91   2:52p * 68HC11 PC-hosted debugger
  992.  
  993.  
  994. Directory MCU
  995.  
  996. 146818A  ZIP       577 01-14-92   3:09a * MC146818A real time clock pinout
  997. 146823   ZIP       914 01-14-92   3:09a * MC146823A PIO surface mount pinout
  998. ASEMBLER ARC     42839 04-05-90   1:06p * 'C' source code - freeware assemblers
  999. ASSIST05 ZIP      9547 08-02-90   3:35a * 146805 debugger in assembly language
  1000. ASSIST09 ZIP     37971 08-02-90   3:39a * 6809 debugger in assemblly language
  1001. B5_BOOT  ARC     30720 08-01-90   3:59a * program 68HC705B5 from PC
  1002. B6_BOOT  ARC     30720 08-01-90   4:00a * program 68HC805B6 from PC
  1003. BURN05   EXE     22528 07-10-90   1:00p * various various 68HC05
  1004. CLUSTER  ARC      8704 04-05-90   1:38p * fix freeware 'lost cluster' problem
  1005. COMPS19  ZIP     12107 01-14-92   3:08a * compare S-record files
  1006. DEVB-114 ARC     16388 09-04-91   7:44p * pressure sensor eval board: see AN1305
  1007. DTMF     ARC     59264 04-16-90   9:21a * generates DTMF in software, HC05/HC11
  1008. FLOAT09  ARC    135680 08-01-90   4:03p * 6835 Floating point ROM for 6809
  1009. HC05IIC  ARC      9728 07-10-90   4:17p * control IIC devices with 68HC05 SPI
  1010. HC05REGS ZIP      5951 08-02-90   4:29a * 68HC05 ASM equates for I/O registers
  1011. HEADERS  ARC     19456 08-02-90   1:30a * ByteCraft C6805 headers for var. HC05
  1012. J1EMULAT ZIP      3935 08-02-90   3:36a * use 68HC705C8 to emulate 68HC05J1
  1013. LILBUG   ZIP     14422 08-02-90   3:39a * 68701 debug monitor
  1014. MACROS05 ARC    119936 07-11-90   8:56a * 68HC05 16-bit math macros - AN1055
  1015.  
  1016. Directory of MCU16
  1017.  
  1018. DEMO16   ARC      4066 05-07-91   7:29p
  1019. EVB16    ARC     92048 05-07-91   7:29p * debugger for M68HC16Z1EVB
  1020. EVB_INFO ZIP      1322 01-14-92   3:05a * EVB interface to PC printer port
  1021. SIM16    ARC    226360 01-14-92   3:36a * 68HC16Z1 simulator for PC
  1022. SIM16A   ARC     86942 10-07-91   7:43p * update for above
  1023.  
  1024. Directory of PGMR
  1025.  
  1026. PGMRHELP ZIP      9317 01-14-92   3:17a * various help files for M68HC705C8PGMR
  1027. PROG705  MAC     29824 04-05-90   5:35p * control M68HC705C8PGMR from a Mac
  1028. PROG7B   ARC    137694 04-05-90   5:39p * latest PGMR control S/W for PC
  1029. SAMPROGS ARC     28030 04-05-90   5:35p * Sample programs for PGMR
  1030.  
  1031.  
  1032.  
  1033. Directory of MCU332 
  1034.  
  1035. 332-101  ARC    239449 07-21-90  12:00p * Ver 1.01 332Bug monitor program
  1036. 332BUG   ARC     74196 07-21-90  12:11p *
  1037. 332DOC   ARC    115982 07-21-90  12:55p *
  1038. 332EQU   ARC    186961 04-06-90   2:42p *
  1039. 332SCALL ARC      2232 04-06-90   2:42p * 332Bug System call equates
  1040. 332SRC   ARC     52459 05-04-90   2:41p * 332Bug source to startup code
  1041. ACINDDRV ZIP      4771 01-14-92   3:05a * Motor control example with 68332
  1042. AS32V1-2 ZIP     52176 04-18-91  11:26p * freeware 683XX assembler for PC
  1043. BCCTERM  ARC     33152 08-01-90   2:12a * 332-aware term. program for BCC & PC
  1044. BD32V1-1 ZIP     97110 07-07-91   8:38p * PC-hosted 683XX symbolic debugger
  1045. C32SCALL ARC      2271 04-01-91   2:29p * CPU32Bug - system call equates
  1046. C32SRC   ARC     67595 04-01-91   2:29p * CPU32Bug - source to startup code
  1047.  
  1048.  
  1049.  
  1050. Directory of MCU302    
  1051.  
  1052. 302APPS  ZIP     24390 01-14-92   3:06a * App hints for 68302
  1053. 302ERRTA ZIP      1853 01-13-92   8:55p * errata for 68302 user manual Rev 1
  1054. ADS302   ZIP    252043 07-22-91   1:29p * rev 0.5 M68302ADS EPROMs
  1055. APPNOTE1 ZIP      2746 01-13-92   8:55p
  1056. APPNOTE2 ZIP      1926 01-13-92   8:55p
  1057. APPNOTE3 ZIP      3173 01-13-92   8:55p
  1058. BSYNC_5  ZIP     11248 07-22-91   1:46p * 68302 Bisync driver
  1059. DDCMP_5  ZIP      9774 07-22-91   1:56p * 68302 DDCMP driver
  1060. DOC_5    ZIP     16008 07-22-91   1:43p
  1061. DRVRS_5  ZIP     71777 07-22-91   1:42p * 68302 low-level Serial I/O drivers
  1062. EDX      ZIP      4004 01-14-92   3:06a * EDX (real-time exec) app note
  1063. EXPLS_5  ZIP     15784 07-22-91   1:40p
  1064. FEATURES ZIP       817 01-13-92   8:55p
  1065. HDLC     ZIP      5165 01-14-92   3:07a * 68302 HDLC driver
  1066. HOST     ZIP     73977 07-22-91   1:55p * rev 0.5 ADS Host s/w for IBM PC
  1067. INC_5    ZIP     11820 07-22-91   1:44p * include files for protocol drivers
  1068. LAPB_5   ZIP      7792 07-22-91   1:57p * LAPB drivers
  1069. LAPD_5   ZIP      8688 07-22-91   1:57p * LAPD drivers
  1070. LIB_5    ZIP     22967 07-22-91   1:44p
  1071. LTALK    ZIP     30842 07-18-91   9:29p * LABUG - LocalTalk debugger for ADS
  1072. LT_INC   ZIP      9681 07-18-91   9:28p * LocalTalk include files
  1073. L_SOURCE ZIP     33611 07-18-91   9:30p * C source - 68195 LocalTalk drivers
  1074. MC145472 ARC     16640 09-28-91   3:59p * I/F ISDN U-chip to 68302
  1075. MODS_5   ZIP    102133 07-22-91   2:01p * object code - LAPB,LAPD, X.25 drivers
  1076. PSEND    ZIP     21207 07-22-91   1:56p * C source - download util for PC->ADS
  1077. README_5 ZIP      4398 01-14-92   3:07a
  1078. SRC_5    ZIP     24567 07-22-91   1:45p * examples - how to call chip drivers
  1079. SW_ERRTA ZIP      1215 01-13-92   8:55p
  1080. TD_ERRTA ZIP       771 01-13-92   8:55p
  1081. UART     ZIP      4260 01-14-92   3:07a
  1082. UM_ERRTA ZIP      2027 01-13-92   8:55p
  1083. X25_5    ZIP     12131 07-22-91   2:01p
  1084.  
  1085.  
  1086.  
  1087. Directory of MAC 
  1088.  
  1089. AS332    SIT     80768 05-04-90   4:37p * 683XX cross assembler
  1090. BAS-153  SIT     57728 05-04-90   4:37p * 68HC11 BASIC interpreter V1.53
  1091. BASIC11  SIT     23808 10-10-90   5:16p * 68HC11 BASIC V1.13
  1092. EELOAD10 CPT     55040 04-02-91   5:48a * program HC11 EEPROM from Mac
  1093. FREETERM SIT     38016 04-06-90   8:58p * terminal prog. to talk to EVM/EVB
  1094. HC11FUZA MAC     29056 11-26-91   8:55p * HC11 Fuzzy logic
  1095. MAC05            30976 04-06-90   9:15p * 68(HC)05 cross assembler for Mac
  1096. MAC05_1P         37760 08-21-90   8:00p * improved version of above
  1097. MAC11            33536 04-06-90   9:20p * 68HC11 cross assembler for Mac
  1098. MAC11_1P         39680 08-21-90   8:15p * Improved version of above
  1099. MACASM   DOC     25344 04-06-90   9:22p * docs for cross assemblers
  1100. MACASM1P TXT      6656 08-21-90   7:37p
  1101. PGMR711  MAC     37120 11-26-91   9:00p * program 68HC711D3 from Mac serial port
  1102. PROGD3   SIT     31360 10-10-90   5:24p
  1103. XASM6805 MAC     47360 01-31-91   4:36a * even newer 68(HC)05 cross assembler
  1104. XASMHC11 MAC     49024 01-31-91   4:26a * and the same for 68HC11
  1105.  
  1106.  
  1107.  
  1108. Directory of IBM 
  1109.  
  1110. 805B6    ZIP     69504 07-03-90   2:11a * program 68HC805B6 on PC
  1111. AS11     ZIP     15743 01-14-92   3:18a * cross assembler for 68HC11
  1112. AS11NEW  ZIP     11977 07-22-90  11:42p * Newer version of above
  1113. AS32V1-2 ZIP     52176 04-18-91  11:26p * V1.2 cross assembler for 683XX
  1114. AS5      ZIP     15086 01-14-92   3:19a * cross assembler for 68(HC)05
  1115. AS5_NEW  ZIP     11414 07-22-90  11:43p * newer version of above
  1116. AS9_NEW  ZIP     13287 07-22-90  11:43p * 6809 cross assembler
  1117. ASHC5    ARC     56704 03-12-91   2:22p * cross asm. with HC05 cycle timing
  1118. ASREF    ARC     31104 04-05-90   3:23p * ref manual for original cross asm
  1119. ASREFNEW ZIP     22137 01-14-92   3:20a * ref manual for newer cross asm
  1120. BURN05   ZIP     15572 01-14-92   3:20a * program 68HC705's from PC
  1121. FASPC1P2 ARC    123008 08-02-90   2:12a * all cross assemblers 6800->68HC11
  1122. FASRC1P2 ARC     54272 07-22-90   6:18p * source for above
  1123. GLEEDIG  ZIP     12438 10-22-90  11:27a * Orcad files for Motorola MCU's
  1124. LOADALL  ARC    103424 07-10-90   4:06p * program to download programs via RS232
  1125. R3SIM    ARC     75392 08-01-90   5:37p * 68705R3 simulator for PC
  1126. SYM_R3   ARC     68996 11-27-91   8:54p * another 68705R3 simulator
  1127. TRM      ZIP     35388 01-14-92   3:21a * PC-hosted debugger
  1128.  
  1129. Directory of DSP56100
  1130.  
  1131. BENCH    ZIP     12992 03-04-92   2:16a * benchmarks for various DSP algorithms
  1132. IOEQU16  ZIP      2359 03-04-92   2:07a * ASM equates for DSP56116 registers
  1133.  
  1134. Directory DSP56K
  1135.  
  1136. 56K-ISA  ZIP      2745 03-04-92   1:59a * PAL to I/F DSP56001 to ISA bus (APR11)
  1137. ADS-PALS ZIP      3481 03-04-92   1:53a * PALs to convert 56000ADS to 32K RAMs
  1138. ASPEC    ZIP     36992 03-04-92  12:31a * Audio spectrum analyzer software
  1139. AUDIO    ZIP     28985 03-04-92   1:43a * various audio applications
  1140. BENCH    ZIP     53376 03-04-92   1:51a * DSP56001 benchmarks
  1141. CODEC    ZIP      7552 03-04-92  12:53a * convert bet. lin and Mulaw/A-law
  1142. DISCLAIM          1506 03-04-92   1:57a * Motorola disclaimer - please read!
  1143. DR-BUB   ZIP    314674 08-02-90   5:07a * all contents of DSP BBS as of late '89
  1144. DSPBUG   ZIP    176724 08-02-90   4:59a * Debugger prog. for DSP56001
  1145. DTMF     ZIP     15204 03-04-92   1:15a * DTMF generation/detection
  1146. FFT      ZIP     49664 03-04-92  12:39a * FFT code for DSP56001
  1147. FILELIST TXT       550 01-14-92   3:47a
  1148. FLOAT    ZIP     34048 03-04-92   1:30a * floating point math on 56001
  1149. FLTS     ZIP     23424 03-04-92  12:43a * various filter algorithms for 56001
  1150. FNTNS    ZIP     21504 03-04-92  12:52a * math functions
  1151. LATTICE  ZIP     11388 03-04-92   1:07a * lattice filters
  1152. MATRIX   ZIP      4608 03-04-92  12:49a * matrix math functions
  1153. REED-SOL ZIP      7363 03-04-92   1:20a * Reed-Solomon error correction
  1154. ROM-BOOT ZIP      6598 03-04-92   2:02a * Boot program from ROM
  1155. SIOEQ    ZIP      5376 03-04-92  12:34a * Serial I/O equates
  1156. SPEECH   ZIP     57216 03-04-92   1:00a * ADPCM speech compression encode/decode
  1157. SQRT     ZIP      1050 03-04-92   2:36a * square root algorithm
  1158. SRT-SRCH ZIP      5739 03-04-92   1:25a * sorting and searching functions
  1159. STEREO   ZIP      3639 03-04-92   1:44a * various stereo audio applications
  1160. VITERBI  ZIP      5079 03-04-92   1:23a * Viterbi encode/decode for modems
  1161.  
  1162. Directory of DSP96K
  1163.  
  1164. FFT      ZIP      5305 03-04-92   2:19a * DSP96K FFT code
  1165. GRAPHICS ZIP      1439 03-04-92   2:23a * the Julia set for DSP96K
  1166. MSTR-SLV ZIP      5043 03-04-92   2:22a * example master/slave dsp96K's
  1167.  
  1168. Directory of DSPTOOLS
  1169.  
  1170. CLDLOD   ZIP     25745 03-04-92   2:35a * Loader program for PC w/C source
  1171. SLOADER  ZIP      3239 03-04-92   2:34a
  1172. SREC     ZIP     12234 03-04-92   2:35a
  1173.  
  1174. Directory of DEVELOP
  1175.  
  1176. AD2MAC   ARC     33251 08-02-90   2:30a * convert 2500 A.D. symbols to HDS macro
  1177. AR       ARC     27648 07-22-90   6:57p * 68300 archiver
  1178. CDS107   ARC    216262 10-30-91   7:58p * CDS8/HC05 emulator s/w version 1.07
  1179. CDS805   ARC    215268 02-01-91   7:01p * CDS8/HC05 emulator s/w version 1.05
  1180. COFF2MAC ZIP     16533 08-01-90   4:13a * convert COFF symbols to HDS macros
  1181. DEVSYS   ARC     90112 07-22-90   7:16p
  1182. LIBSRC11 ARC     35712 04-05-90  10:15a * 68HC11 C compiler rt library source
  1183. M00P004  ZIP      5047 01-14-92   3:32a * CDS programmer board S/W update
  1184. SYMCOFF  ARC     41829 06-22-90  10:39p * convert COFF symbols to CDS cmd file
  1185. UBUILDS  ZIP     22620 08-02-90   2:56a * convert COFF code to S-Records
  1186.